html,body{
	margin: 0;
	background: #f4f4f4;
}
ul,li,a,p{margin: 0; list-style: none; padding: 0;}

.top-search{
	width: 100%;
	height: 77px;
	background: #464339;
}
.sub-tabs-icon{
	width: 50px;
	height: 50px;
	background: #fb868a;
	border-radius: 50%;
	position: relative;
	display: inline-block;
}
.sub-tabs-icon .sub-tabs-img{
	display: inline-block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 12px;
	left: 12px;
	background: url('../img/category.png');
	background-size: 25px 25px;
}
.sub-tabs-name.tabs-active .sub-tabs-icon,.sub-tabs-name .sub-tabs-icon:hover{
	background: #F0404A;
}
.sub-tabs-name .sub-tabs-text{
	margin-top: 10px;
}
.img-cover{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 200px;
	min-width: 100%;
	background: transparent;
}
.nav-goods-list ul li .nav-goods-item:hover .img-cover{
	background: #F0404A;
}

.nav-goods-list ul li .nav-goods-item:hover .nav-goods-title{
	color: white;
}
.news-img-cover{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	min-width: 200px;
	height: 200px;
	background: #000000;
	opacity:0.7;
}





.fixedheader{
	height: 75px;
	width: 100%;
}

.warp1200{
	width: 1380px;
	margin: 0 auto;
}

/* 顶部菜单样式 */
.header-menu{
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 99;
	top: 0;
}
.header-menu .nav-bar{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content:space-between;
	background: #45c08a;
	color: #fff;

}
.nav-menu-item{
	width: 100%;
}
.nav-menu-item .submenu{
	display: flex;
	align-items: center;
}
.nav-menu-item .submenu{
	display: flex;
	align-items: center;
}
.nav-menu-item .submenu .submenuitem{
	font-size: 18px;
	width: 112px;
	margin: 0 5px;
	height: 77px;
}
.nav-menu-item .submenu .submenuitem span{
	line-height: 77px
}
.nav-menu-item .submenu li span{
	color: #151414;
	display: block;
	cursor: pointer;
	text-align: center;
}
.nav-menu-item .submenu li.active{
	background: #F0404A;
}
.nav-menu-item .submenu li:hover{
	background: #F0404A;
}
.child-menu-ul{
	display: none;
	background: #fff;
}
.nav-menu-item .submenu li:hover .child-menu-ul{
	display: block;
}
.child-menu-li{
	font-size: 12px;
	padding: 10px 20px;
	cursor: pointer;
}
/* 首页模块 */
.home-content{
	width: 100%;
	background: #f5f5f5;
}
.content-body{
	width: 1380px;
	margin: 0 auto;
}
.top-one,.top-two{
	position: relative;
	height: 410px;
}
.top-one img,.top-two img{
	width: 700px;
	height: 410px;
}
.top-one-img,.top-two-img{
	width: 700px;
	height: 410px;
}
.top-one{
	margin-top: 50px;
}
.top-two{
	margin-top: 100px;
	margin-bottom: 50px;
}
.top-one,.top-two{
	padding: 0 70px;
}

.top-one-img,.top-two-right{
	position: absolute;
	right: 0;
	top: 0;
}
.top-one-left,.top-two-right{
	padding-top: 100px;
}
.top-one-left p{
	padding-left: 100px;
}
.top-two-right p{
	padding-right: 100px;
}
.p-1{
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 30px;
	color: #333333;
}

.p-2{
	font-size: 15px;
	margin-bottom: 20px;
	color: #999999;
}

.p-3{
	color: #666666;
	line-height: 32px;
}




.home-intro{
	width: 100%;
	background: #F0404A;
	padding: 50px 0;
}
.intro-middle{
	display: flex;
}
.intro-middle-item{
	flex: 1;
}
.intro-middle-item .intro-middle-img{
	width: auto;
	height: 359px
}
.intro-middle-text{
	padding-top: 120px;
}
.intro-img{
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.intro-middle-item p{
	line-height: 30px;
}


.home-search{
	width: 100%;
	height: 200px;
	background: url('../img/indexsearchbg.jpg') center center;
}
.home-search .searchbox{
	width: 9600px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.searchArea{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.searchArea>div{
	display: inline-block;
}
.searchArea .inputbox{
	background: #fff;
	width: 500px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	line-height: 50px;
	padding: 0 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.searchArea .inputbox .serachIcon{
	background:url(../img/search.png);
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	margin-right: 10px;
}
.searchArea .inputbox input{
	width: 100%;
	background: none;
	border: none;
	outline: none;
}
.searchArea .searchbtn{
	background: #3ac8eb;
	height: 50px;
	line-height: 50px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	letter-spacing: 5px;
}
.searchArea .searchbtn:hover{
	background: #38cef3;
}
.searchArea  .recommendBox{
	position: absolute;
	bottom: -28px;
	font-size: 12px;
}
.searchArea  .recommendBox>span{
	cursor: pointer;
	margin-right: 10px;
	color: rgba(0,0,0,0.3);
}
.publishBox{
	 min-width: 180px;
	 height: 36px;
	 font-size: 14px;
	 line-height: 36px;
	 display: flex;
	 justify-content: flex-end;
}
.publish-msg{
	margin-left: 20px;
	width: 80px;
	background: #F0404A;
	border: 1px solid #F0404A;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.service-entry{
	margin-left: 20px;
	width: 80px;
	background: #F0404A;
	border: 1px solid #F0404A;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
/* 网站导航 */
.web-nav{
	font-size: 16px;
	color: rgba(0,0,0,.4);
	font-family: PingFangSC-Regular,PingFang SC;
	font-weight: 400;
}

/* 分页 */
.pagenation{
	margin: 50px auto;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	width: 154px;

}
.prepage , .nextpage , .loaclpage{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 5px;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 3px;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}
.loaclpage{
	background: #F0404A;
	color: #fff;
}


/* 首页中间区域 */
.home-nav-item{
	width: 100%;
	margin: 0 auto;
	padding-top:0 ;
}
.home-nav-box{
	padding: 0 20px ;
	margin: 20px 0;
}
.nav-title-line{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 10px 0;
}
.nav-title-line .title-left{
	display: flex;
	align-items: flex-end;
}
.home-nav-box .nav-item-name{
	font-size: 24px;
	color: #F0404A;
	margin-right: 20px;
}
.sub-tabs-tag{
	margin-top: 5px;
	display: flex;
	justify-content: center;
}
.sub-tabs-name{
	padding: 5px 10px;
	margin-right: 10px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
.sub-tabs-name:hover , .tabs-active{
	color: #F0404A;
}
.nav-title-line .title-right .more{
	font-size: 14px;
	color:rgba(0,0,0,0.6);
	cursor: pointer;
}


.nav-goods-list{
	margin-top: 0;
	padding-top: 10px;
}
.nav-goods-list ul {
	display: flex;
	display: -webkit-flex;
}
.nav-goods-list ul li{
	flex: 1;
	margin-top: 10px;
	padding: 0 40px;
}
.nav-goods-list ul li .nav-goods-item{
	height: 180px;
	margin: 0 10px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}
.nav-goods-item .nav-goods-img{
	height: 180px;
	background: #fefefe;
	position: absolute;
}
.nav-goods-item .nav-goods-img img{
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	height: 180px;
	position: relative;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    -moz-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    -ms-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
	-o-transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
}

.nav-goods-item:hover .nav-goods-img img{
    transform: translateZ(0) scale(1.1);
    -webkit-transform: translateZ(0) scale(1.1);
    -moz-transform: translateZ(0) scale(1.1);
    -ms-transform: translateZ(0) scale(1.1);
    -o-transform: translateZ(0) scale(1.1);
}
.nav-goods-item .nav-goods-info{
	width: 100%;
	padding: 10px;
	margin-top: 60px;
	position: absolute;
	color: #ffffff;
	text-align: center;
}
.nav-goods-item .nav-goods-info>div{
	width: 100%;
}


.nav-goods-info .nav-goods-title{
	color: transparent;
	font-size: 16px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}
.nav-goods-info .nav-goods-describe{
	width: 240px;
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
	color: #000;
	opacity: .6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav-goods-publishinfo{
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
	color: #000;
}
.f-name{
	opacity: 1;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.f-name:hover{
	color: #F0404A;
}
.publish-time{
	min-width: 100px;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
}
.nav-goods-info .publish-time{
	color: rgba(0,0,0,0.6);
}
.nav-goods-more{
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.nav-goods-more span{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	opacity: .4;
	display: inline-block;
	margin-right: 5px;
}

/* 网站底部信息 */
.footbar{
	padding: 20px 0;
	width: 100%;
	background: #303335;
	color: #999;
}
.aboutinfo{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
}
.contentus li , .helpbar li{
    font-size: 14px;
    line-height: 17px;
	margin-bottom: 5px;
	text-align: left;
}
.contentus li:first-child , .helpbar li:first-child{
	margin-bottom: 10px;
	line-height: 22px;
}
.helpbar li.agreement{
	cursor: pointer;
}
.helpbar li.agreement:hover{
	color: #f9f9f9;
}
.linkbeian{
	cursor: pointer;
	margin-left: 5px;
}
.linkbeian:hover{
	color: #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}

.intro-content{
	color: #ffffff;
}

.p-intro-first{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
}
.p-intro-second{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
.p-intro-third{
	width: 500px;
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 25px;
}

.content-title{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 10px 0;
}
.content-title .content-title-text{
	padding-top: 20px;
	font-weight: 600;
	font-size: 17px;
	color: #F0404A;
}

.color-sys{
	color: #F0404A;
}




.head-search-form{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.head-searchbox{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.head-searchbox .search-inpt{
	height: 38px;
	background: #fff;
	border: 1px solid #ccc;
	padding:0 10px;
	width: 150px;
	display: flex;
	align-items: center;
	border-radius: 4px 0 0 4px;
}
.head-searchbox .search-inpt input{
	border: none;
	outline: none;
	height: 20px;
	line-height: 20px;
	width: 100%;
}
.head-searchbox .search-img{
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	width: 50px;
	height: 40px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #3ac8eb;
}
.search-img .search-icon{
	display: inline-block;
	background: url('../img/search.png');
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.head-search-form .publishfree{
	margin-left: 10px;
}
.head-search-form .publishfree>span{
	cursor: pointer;
	display: inline-block;
	width: 100px;
	min-width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #57bc6a;
	border-radius: 4px;
}
.head-search-form .publishfree>span:hover{
	background-color: #dc633b;
}

.news-list{
	padding: 0;
}
.news-list-ul {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.news-list-ul li{
	margin: 0 auto;
	width: 30%;
	max-width: 240px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	color: rgba(0,0,0,0.6);
	font-size: 14px;
	cursor:pointer;
}
.news-list-ul li .li-icon-img{
	width: 200px;
	min-width: 200px;
	height: 200px;
	margin:20px auto;
	border-radius:100%;
	background: #e7e7e7;
	display: inline-block;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
}
.news-list-ul li .li-icon-img img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.li-new-info{
	width: 160px;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 50px 20px 20px;
}
.news-text-left{
	position: relative;
	text-align: center;
	overflow: hidden;
	margin:0 auto;
	width: 100%;
	border: 1px solid #eee;
}
.news-text-right{
	min-width: 100px;
}
.news-text-left .news-text-title{
	font-size: 16px;
	color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.news-text-left .news-text-desc{
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	color: #ffffff;
}
.news-list-ul li:hover .news-text-left .news-text-title{
	color: #F0404A;
}
.news-list-ul li:hover .news-text-desc{
	color: #F0404A;
}

/* 全局遮盖 */
.marsk{
	width: 300px;
	height: 50px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -150px;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.marsk-text{
	position: relative;
	color: #3ac8eb;
}
.top-bar{
	background: #F9f9f9;
	height: 40px;
	line-height: 40px;
	width: 100%;
    color: #F9874B;
	font-size: 14px;
	margin: 0 auto;
}

.home-menu-content{
	width: 100%;
}
.home-menu-content img{
	width: 100%;
	height: 500px;
}
.swiper-box{
	margin: 0 auto;
	width: 100%;
	height: 480px;
	background: #fff;
}
.swiper-box .swiper-container{
	height: 100%;
	cursor: pointer;
}
.swiper-box img{
	width: 100%;
	background-size: cover;
}
.rightjiao {
    font-family: '宋体';
    color: #666;
    font-size: 14px;
    float: right;
    margin-right: 10px;
    font-style: normal;
}
.itemonpen .rightjiao{
	color: #3ac8eb;
}
.topbodyspace{
	width: 100%;
	height: 77px;
	display: flex;
}
.topbodyspace .searchbox{
 display: flex;
 align-items: center;
}

.topbodyspace .searchbox .inputbox{
	height:34px;
	line-height: 34px;
	width: 200px;
	padding: 0 10px;
	background: #fff;
}

.topbodyspace .searchbox .inputbox input{
	height: 23px;
	line-height: 23px;
	width: 100%;
	border: none;
	outline: none;
	background: none;
	color: #F0404A;
}
.topbodyspace .searchbox  .searchbtn{
	height: 36px;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 60px;
	background:#F0404A ;
	border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-ms-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
}
.topbodyspace  .home-com-logo{
	font-size: 24px;
	font-weight: bold;
	color: #3ac8eb;
	margin-right: 20px;
}
.topbodyspace  .home-com-logo img{
	max-height: 70px;
}
.topleftitem , .toprightitem{
	display: flex;
	align-items: center;
}









.hot-box{
	padding: 20px;
	min-height: 200px;
	background: #fff;
	margin-bottom: 20px;
}
.hot-box-title{
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #F9874B;
}
.hot-box-list{
	padding-top: 20px;
}
.hot-box-list-ul{
	display: flex;
	flex-wrap: wrap;
}
.hot-box-list-ul li{
	width:16.66666% ;
	margin-bottom: 20px;
	cursor: pointer;
	padding: 10px 0;
}
.hot-box-list-ul li:hover{
	background: rgba(0,0,0,0.1);
}
.hot-box-list-ul li:hover .hot-new-title{
	color: #f00;
}
.hot-box-list-ul li .hot-new-itemline{
	padding: 0 10px;
}
.hot-new-img{
	width: 130px;
	height: 100px;
	border: 1px solid #eee;
	margin: 0 auto;
	overflow: hidden;
}
.hot-new-img img{
	width: 100%;
	vertical-align: top;
}
.hot-new-title{
	margin: 10px 0;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: rgba(0,0,0,.8);
	text-align: center;
}
.hot-new-price{
	color: #f66f42;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.category-bar{
	background: #fff;
	padding: 20px;
}
.category-bar .category-list{
margin-top: 10px;
}
.category-bar .category-list .categoryItem{
	margin-right: 10px;
	cursor: pointer;
	padding: 2px 10px;
	border-radius: 3px;
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.category-bar .category-list .categoryActive ,.category-bar .category-list .categoryItem:hover{
	color: #fff;
	background: #F0404A;
}
